home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / executor.zip / EXECSRC.ZIP / EXECUTOR.H < prev    next >
Text File  |  1991-06-25  |  779b  |  25 lines

  1. // File I/O Flags (value important)
  2. #define FILES        39
  3. #define PATH         -16368
  4.  
  5. // ID Dialog Flags
  6. #define IDD_DLIST    19     //  Drive List Box
  7. #define IDD_FLIST    18     //  File List Box
  8. #define IDD_FPATH    17     //  File Path List Box
  9. #define IDD_IFNAME   16     //  Input File Edit Box
  10.  
  11. // Define Sys Commands
  12. #define IDM_ABOUT       1   // About Menu Item
  13.  
  14. // Dialog Messages
  15. #define DLG_ALL      102    // ALL Radio Button
  16. #define DLG_BAT      103    // BAT Radio Button
  17. #define DLG_COM      104    // COM Radio Button
  18. #define DLG_EXE      105    // EXE Radio Button
  19.  
  20. #define DLG_OK       150    // OK Push Button
  21. #define DLG_CAN      151    // Cancel Push Button
  22.  
  23. // Error Strings
  24. #define ERR1         301    // Can't open file Error
  25.